Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(module): Support for Native Element in both Target and Container #56

Merged
merged 2 commits into from
Dec 3, 2017

Conversation

nicky-lenaers
Copy link
Owner

Native Elements are now suported as selectors for both target and container properties. This allows for a bit more finegrained control as to what is send into the scrollTo method. Users can now get elements using the ubiquitous document.getElementById('#id') and pass a reference to that value into the scrollTo method.

This closes #22
This closes #55

@nicky-lenaers nicky-lenaers self-assigned this Dec 3, 2017
@nicky-lenaers nicky-lenaers merged commit 8ed7b63 into master Dec 3, 2017
@nicky-lenaers nicky-lenaers deleted the feat-22-native-element branch December 3, 2017 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update readme Support Native Element for target
1 participant